home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista do CD-ROM 102
/
CD-ROM 102.iso
/
aplic
/
2sync
/
2SyncSetup.exe
/
modules
/
mt
/
panel
/
scripts
/
DefineButton2_145
/
BUTTONCONDACTION on(release).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-03-20
|
448 b
|
19 lines
on(release){
tellTarget("_level50")
{
gotoAndStop("off");
}
path = _target.substr("1","15");
if(eval(path add "codelib:selectbar") != eval("../../:bar"))
{
set(path add "codelib:selectbar",eval("../../:bar"));
call(path add "codelib:select");
}
else
{
set(path add "codelib:selectbar","");
}
set(path add "codelib:task_id",id);
call(path add "codelib:view taskcard");
}